home *** CD-ROM | disk | FTP | other *** search
/ Ancient Asian Sex Secrets / Ancient Asian Sex Secrets.iso / mac / EROSPROM.Dxr / 00068.ls < prev    next >
Encoding:
Text File  |  1996-09-05  |  354 b   |  13 lines

  1. on mouseUp
  2.   global md1, rantime, mp
  3.   set rantime to the ticks
  4.   set mp to 4
  5.   if the castNum of sprite 4 = 161 then
  6.     set the castNum of sprite 4 to 150
  7.     set md1 to the duration of cast 150 - 3
  8.   else
  9.     set md1 to the duration of cast (the castNum of sprite 4 + 1) - 3
  10.     set the castNum of sprite 4 to the castNum of sprite 4 + 1
  11.   end if
  12. end
  13.